home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
Amos
/
AMOSList-0198
/
AMOSLIST
/
000001_amos-request@svcs1.digex.net_Fri Jan 2 18:03:43 1998.msg
< prev
next >
Wrap
Text File
|
1998-06-24
|
3KB
|
68 lines
>From amos-request@svcs1.digex.net Fri Jan 2 18:03:43 1998
Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
by pony-1.mail.digex.net (8.8.8/8.8.8) with ESMTP id SAA22955
for <mcox@access.digex.net>; Fri, 2 Jan 1998 18:03:43 -0500 (EST)
Received: (from daemon@localhost)
by svcs1.digex.net (8.8.5/8.8.5) id QAA23080
for amos-out; Fri, 2 Jan 1998 16:38:04 -0500 (EST)
Received: from pony-1.mail.digex.net (pony-1.mail.digex.net [204.91.241.5])
by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id QAA23077
for <amos-list@svcs1.digex.net>; Fri, 2 Jan 1998 16:38:03 -0500 (EST)
Received: from Grynet.passagen.se (grynet.passagen.se [194.17.55.99])
by pony-1.mail.digex.net (8.8.8/8.8.8) with ESMTP id QAA11942
for <amos-list@access.digex.net>; Fri, 2 Jan 1998 16:38:01 -0500 (EST)
Received: from [130.239.8.215] (ipcs6-1.modem.umu.se [130.239.8.215])
by Grynet.passagen.se (8.8.6/8.8.6) with SMTP id WAA20557
for <amos-list@access.digex.net>; Fri, 2 Jan 1998 22:37:53 +0100 (MET)
Message-Id: <199801022137.WAA20557@Grynet.passagen.se>
Subject: New Extension
Date: Fri, 2 Jan 98 22:37:58 +0100
x-mailer: Claris Emailer 2.0v2, June 6, 1997
From: Timo Engman <timoeng@hem1.passagen.se>
To: "AMOS List" <amos-list@access.digex.net>
Mime-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Status: O
X-Status:
Hello.
I'm Timo Engman, and programming a new extension - which is called
"Second-Hand Extension", the current version is 0.01d6 but please, all
AMOSPro users - mail me and let me hear if I may add new commands to this
extension that the users want...For now, the extension have five commands
:-) pretty lame. But I learning how to program the graphics...
Bmove adr,x - move bytes quick as hell much faster than Poke (no checking)
Wmove adr,x - same here but words much faster than Doke
Lmove adr,x - same here but longwords , faster than Loke
I mean 4-5 times faster !!!
and then two shitty commands
Shand Version
Shand Stage$
The extension uses slot 22 but mail me and I may change it to whatever.
Check the aminet/dev/amos/ for this extension...later...
Maybe I mail the .Lib file soon, to the Mailing List.
A Problem 1: How to return a string from a routine (and change it's
length) from it, the string is in the extension
dc.w TheLength
dc.b "TheString",0
even
Problem 2: How to get a pointer from the extension in assembler,
typically i want the pointer for a variable, same as Varptr(variable) and
pointer for an array, same as Varptr(var(array))
Hope that all peoples understanding my bad english (I'm swedish)...And
those people who don't like the assembler language.
/Timo Engman